
.newslide {
    position: relative;
    width: 700px;
    height: 300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.newslide li img {
    display: block;
    width: 700px;
    height: 300px;
    background: #eaeaea;
}

.newslide .caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.8) 100%);
}

.newslide li img {
    display: block;
    width: 700px;
    height: 300px;
    background: #eaeaea;
}

.newslide ul {
    position: relative;
    margin: 0;
    height: 100%;
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.newslide ul li {
    position: relative;
    float: left;
    line-height: 30px;
}

.newslide .caption p {
    position: absolute;
    bottom: 35px;
    left: 0;
    padding: 0 20px;
    width: 660px;
    color: #fff;
    font-size: 24px;
    text-align: left;
}

.newslide .prev,.newslide .next {
    display: none;
    position: absolute;
	padding:0;
    left: 15px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,.5) url(icon_left.png) no-repeat center center;
    z-index: 99;
}

.newslide .next {
    left: auto;
    right: 15px;
    background-image: url(icon_right.png);
}

.newslide:hover .prev,.newslide:hover .next {
    display: block;
}

.newslide .num_list {
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: auto;
    height: 6px;
    background: 0 0;
}

.newslide .num_list li {
    float: left;
    display: block;
    margin-left: 8px;
    width: 6px;
    height: 6px;
    font-size: 0;
    background-color: rgba(255,255,255,0.5);
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: width .3s ease-in;
    -webkit-transition: width .3s ease-in;
    -o-transition: width .3s ease-in;
    transition: width .3s ease-in;
}

.newslide .num_list .on {
    float: left;
    display: block;
    margin-left: 8px;
    width: 20px;
    height: 6px;
    font-size: 0;
    background-color: #fff;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.banner_r .caption,.banner_r .caption_hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}